Previous Book Contents Book Index Next

Inside Macintosh: Open Transport /
Chapter 2 - Providers / Providers Reference
Functions


Installing and Removing a Notifier Function

To receive notice of provider events, you must install a notifier function. If the provider is synchronous, you do this by calling the OTInstallNotifier function. If the provider is asynchronous, you install the notifier by passing a pointer to the notifier function as a parameter to the function used to open the provider. To remove a notifier function, call the OTRemoveNotifier function.


Subtopics
OTInstallNotifier
OTRemoveNotifier

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 AUG 1996